CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - people count

搜索资源列表

  1. ledPPWN

    2下载:
  2. 一个很好的C语言模块化编程例子。适合已经入门的人,有想提高编程计数的人-A good example of modular programming C language. Has been started for people who count are those who want to improve programming
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:270059
    • 提供者:执子眸
  1. dianming

    0下载:
  2. //一个笔试题:15个美国人和15个日本人围坐一圈,从其中一人开始数数,从1数到9,数到9的人踢出去, //设计代码使被踢出的人都是日本人,输出日本人坐的位置。-//A pen test: 15 Americans and 15 Japanese were sitting around, from one of them began to count, the number from 1 to 9, the number to 9 people踢出去,// design code so th
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:23504
    • 提供者:chen
  1. cal

    0下载:
  2. 自己做的,VC大数计算器,采用移位的方法..超出微软本身自带的计算器的计数范围...用到大数计算的人可以参考一下-Of their own to do, VC calculator large numbers, using the method of displacement .. beyond Microsoft' s own built-in calculator ... the count range of the calculation of large numbers of pe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:25064
    • 提供者:瞬儿
  1. 123

    0下载:
  2. 约瑟夫问题 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。-Joseph issues numbered 1,2,3, ..., n of the n individuals in accordance with t
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:622
    • 提供者:bobo
  1. MixedCandshellprograming

    0下载:
  2. esult,conf,pResult,user,system,include,char,male,close,print,size,count,return,center,intf,脚本语言,catuser,一条记录,maleus,max在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余。 -esult, conf, pResult, user, syst
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:5259
    • 提供者:邹氏
  1. 4.22

    0下载:
  2. 15名基督教徒和15名异教徒同乘一船航行,途中风浪大作,危机万分,领航者告诉大家,只要将全船的一半人投入海中,其余人就能幸免。大家都同意这个办法,并协定者30人围成一圈;由第一个人起报数,每数至第9人便把他投入海中,下一个接着从1开始报数,第9人又被投入海中,依次循环,直至剩下15人为止。问题是如何排法使投入海中的人全为异教徒?-15 Christians and 15 pagans take a boat sailing with the way waves rang out, the cri
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12248
    • 提供者:guagua
  1. Josephloopproblem

    0下载:
  2.   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Known n individuals (with numbers 1,2,3 ... n, respectively) were sitting around a round table around. From the number of k, the number of people
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:92297
    • 提供者:何锦峰
  1. 1

    0下载:
  2. 频率计数测量方法,有利于基于单片机开发的人学习-Frequency count measurement method, the development is conducive to learning from the people based on single chip
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:117387
    • 提供者:陈旭东
  1. Josephus

    0下载:
  2. 设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n,s和m,求出按出列次序得到的n个人员的序列。-With n individuals sitting around a round table is starting from the first s individuals reported number, the number of peopl
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1009
    • 提供者:张臻
  1. 1055

    0下载:
  2. There are 10 kinds of people -- those who understand binary and those who don t.   大家一定都玩过数七这个游戏。游戏的规则很简单,几个人围成一个圈,从1开始报数,数到7的倍数或者含有7的数字的数就不能出声,要用其他方式表示自己已经报过数字,如果报错了就要受到惩罚。游戏的乐趣在于简单的规则下,总是有人会数错。   作为ACMer,大家都认为这个游戏不符合ACMer的身份。于是TheBeet决定改一下规则,让大
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:125527
    • 提供者:邓邓
  1. qiangdaqi

    0下载:
  2. 所设计的抢答器允许四人参加。在出题后,红色发光二极管点亮,同时显示器显示秒信号,A、B、C、D四人按动按钮以决定先后次序,计时到60s之后即依次显示四个人的名次,若超过60s未按按钮者不计名次。在红灯亮前按下按钮者也不计名次。-The Responder is designed to allow four people to participate. In a later question, the red light-emitting diodes lit at the same time d
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:935
    • 提供者:王强
  1. finished

    0下载:
  2. 试用分别用线性表的向量存储结构和链表存储结构来实现约瑟夫(Josephu)问题。约瑟夫问题如下: 设有n个人围坐圆桌周围。从某个位置上的人开始从1报数,数到m的人便出列,下一个人(第m+1个)又从1报数开始,数到m的人便是第2个出列的人,依次类推,直到最后一个人出列为止,这样就可以得到一个人员排列的新次序。例如,n=8,m=4,从第1个人数起,得到的新次序为48521376.-Trial were linear vector table storage structure and th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1023
    • 提供者:pengyunhui
  1. 17people_count

    0下载:
  2. 17依次报数,去除3的倍数,然后继续再报数。。。直到剩一个人,问这个人是原来队列中的第几个人?-17 reported that the number of turn to remove a multiple of 3, and then continue again count off. . . Until the left one person asked this person is the original queue, the first few people?
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:850972
    • 提供者:yc
  1. Catholics

    0下载:
  2. w-w1各教徒和w1个非教徒在海上遇险,必须将一半的人投到海中,其余的人才能幸免,于是想了个办法w人围成一圈从第一人开始报数,数到第w2个就将其人丢入海中,又从下个人数,数到第w2个人又丢入海中,依次循环,怎样排才使投入大海的都是非教徒-w-w1 and w1 of all non-believers believers in distress at sea, half of them must be invested in the sea, the others can be spared,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:161665
    • 提供者:
  1. jiaotu

    0下载:
  2. w-w1各教徒和w1个非教徒在海上遇险,必须将一半的人投到海中,其余的人才能幸免,于是想了个办法w人围成一圈从第一人开始报数,数到第w2个就将其人丢入海中,又从下个人数,数到第w2个人又丢入海中,依次循环,怎样排才使投入大海的都是非教徒-w-w1 and w1 of all non-believers believers in distress at sea, half of them must be invested in the sea, the others can be spared,
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:159427
    • 提供者:
  1. JosephRing

    0下载:
  2. 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Known n individuals (in numbers 1,2,3 ... n respectively) sitting around a round table around. From the number of people began to report the num
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:213758
    • 提供者:laura
  1. Josephwayissue

    0下载:
  2. Known n individuals (respectively number might 1,2,3, ..., n behalf of) sitting around a round table around, starting with number 1 for the k, starting clockwise from the number reported, 1, 2, 3,. .., note the number of clockwise to m the man and,
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:960
    • 提供者:看看
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环 是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。   -Joseph Wan is the application of a mathematic
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:16354
    • 提供者:张晓龙
  1. Josephus

    0下载:
  2. 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Known n individuals (in numbers 1,2,3 ... n respectively) sitting around a round table around. From the number of people began to report the numbe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1050
    • 提供者:liuchenglong
  1. Godzilla

    0下载:
  2. Godzilla 围棋游戏Java版,目前它不具备和电脑下载的功能,只能以人对人的方式下棋。程序可以落子、吃子、及统计时间,自动判断打劫、非法落子等。它还支持棋末记地(算目),采用日式规则,是目前看过所有围棋程序中最精确的,采用通行的围棋档案格式SGF进行存档,学习价值极高。 -Go Game Java version of Godzilla, now it does not have the computer download function, only the way people p
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:244112
    • 提供者:xulei
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com